https://goish135.github.io/table-tennis-king/
<-- ConfigProvider -->
import { Table, Button, Layout, Input, ConfigProvider } from "antd";
<ConfigProvider
theme={{
token: {
fontFamily: "fantasy",
fontSize: 20,
},
}}
>
<-- fantasy 影響範圍 -->
<-- font-size 變大為20 -->
</ConfigProvider>